home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PICCONV.ZIP / PICCONV.DOC < prev    next >
Text File  |  1994-12-09  |  851b  |  28 lines

  1. This small utility was written in Watcom C with WGT 5.0, and PMODE/W.
  2. It converts from one image format to another, and supports
  3. GIF, PCX, LBM, PAK, and RAW formats.
  4.  
  5. What makes this utility different is it allows you to create your
  6. own raw format.  The raw format can be made up of 4 elements:
  7.  
  8. Width: 2 bytes
  9. Height: 2 bytes
  10. Palette: 768 bytes
  11. Image data: width*height bytes
  12.  
  13. You can decide which ones to include and what order they appear in 
  14. the file.  You can also read RAW files and change them into other 
  15. formats.  If the width and height aren't stored in the raw format,
  16. the program prompts you for them.
  17.  
  18. It is also useful for grabbing a palette out of an image.
  19.  
  20. The screen has each option numbered.  To cycle through the image formats
  21. and elements, type the number repeatedly.
  22.  
  23.  
  24. Chris Egerter
  25. Egerter Software
  26.  
  27.  
  28.